@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/iconfont.woff2') format('woff2'),
        url('../fonts/iconfont.woff') format('woff'),
        url('../fonts/iconfont.ttf') format('truetype'),
        url('../fonts/iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-size: 12px;
    font-family: 'iconfont' !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0 auto;
    padding: 0;
    font-size: 12px;
    font-family: "Microsoft YaHei UI", "微软雅黑", "华文细黑";
    background: #ffffff !important;
}

ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

#itop,
#ilb,
#productc,
#iabout,
#inews,
#footer {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

#itop {
    background: #f6f6f6;
    height: 40px;
    overflow: hidden;
    padding: 10px 0;
    border: 0px solid transparent;
}

.itop-con {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    line-height: 170%;
    padding: 0 5px;
}

.itop-con .l {
    float: left;
}

.itop-con .r {
    color: #0562be;
    float: right;
    font-weight: bold;
}

.if-tel {
    font-size: 24px;
    vertical-align: text-top;
    font-weight: normal;
}

.top-nav {
    height: 96px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 1px auto;
    padding: 0 5px;
    position: relative;
    overflow: visible;
}

.logo {
    height: 50px;
    margin: 22px 0 25px;
    width: 200px;
}

.logo img {
    height: 54px;
    display: block;
    width: 100%;
}

.nav-menu {
    position: absolute;
    right: -31px;
}

.nav-menu li {
    float: left;
    display: inline-block;
    margin: 0px 0;
    padding: 41px 36px 40px 36px;
    font-size: 16px;
    line-height: 100%;
    font-weight: normal;
    position: relative;
}

.nav-menu li:hover,
.nav-active {
    background: #0562be;
    color: #ffffff;
}

.nav-menu li a {
    text-decoration: none;
    color: inherit;
}

/*下拉菜单*/
.nav-menu li .submenu {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    height: auto;
    z-index: 4;
}

.nav-menu li .submenu li {
    /* background:#fafafa; */
    background: #1C81E4;
    height: auto;
    padding: 0;
    width: 100%;
    font-size: 15px;
    line-height: 100%;
    float: none;
    display: inline;
}

.nav-menu li .submenu li a {
    display: block;
    width: 100%;
    height: 0;
    padding: 0;
    text-align: center;
    ;
    overflow: hidden;
    border-bottom: 1px solid transparent;
    transition: 0.25s;
}

.nav-menu li:hover .submenu {
    box-shadow: 1px 1px 2px rgba(120, 120, 120, 0.5);
}

.nav-menu li:hover .submenu li {
    background: #1C81E4;
    color: #e0e0e0;
}

.nav-menu li:hover .submenu li a {
    height: auto;
    background: inherit;
    border-bottom: 1px solid #9090ef;
    padding: 0.7em 0;
}

.nav-menu li:hover .submenu li a:hover {
    border-bottom: 1px solid #f0f0f0;
    background: #1C81E4;
    color: #ffffff;
}


/*第二次*/
.fn2 {
    width: 100%;
    background: #ffffff;
    margin-top: 4px;
}

.top-nav2 {
    height: auto;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 1px auto;
    padding: 0 5px;
    position: relative;
    overflow: visible;
}

.top-nav2 .logo {
    margin: 8px 0;
    height: 100%;
}

.top-nav2 .nav-menu {
    display: block;
    height: 100%;
    width: auto;
}

.top-nav2 .nav-menu li {
    height: 100%;
    padding: 26px 29px;
    font-size: 15px;
}

.top-nav2 .nav-menu li:hover,
.top-nav2 .nav-active {
    background: #0562be;
    color: #ffffff;
}

/*下拉菜单*/
.top-nav2 .nav-menu li .submenu {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 101%;
    height: auto;
    z-index: 4;
}

.top-nav2 .nav-menu li .submenu li {
    background: #1C81E4;
    height: auto;
    padding: 0;
    width: 100%;
    font-size: 14px;
    line-height: 100%;
    float: none;
    display: inline;
}

.top-nav2 .nav-menu li .submenu li a {
    display: block;
    width: 100%;
    height: 0;
    padding: 0;
    text-align: center;
    overflow: hidden;
    border-bottom: 1px solid transparent;
    transition: 0.25s;
}

.top-nav2 .nav-menu li:hover .submenu {
    box-shadow: 1px 1px 2px rgba(120, 120, 120, 0.5);
}

.top-nav2 .nav-menu li:hover .submenu li {
    background: #1C81E4;
    color: #e0e0e0;
}

.top-nav2 .nav-menu li:hover .submenu li a {
    height: auto;
    background: inherit;
    border-bottom: 1px solid #9090ef;
    padding: 0.7em 0;
}

.top-nav2 .nav-menu li:hover .submenu li a:hover {
    border-bottom: 1px solid #f0f0f0;
    background: #1C81E4;
    color: #ffffff;
}

/*下拉菜单结束*/



#ilb {
    border: 0px solid transparent;
}

#fpswiper01 {
    width: 100%;
    height: auto;
}

#fpswiper01 .swiper-slide .banner-pic {
    width: 100%;
    height: 600px;
}

#fpswiper01 .swiper-slide .banner-pic a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

#fpswiper01 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 0.45;
    background: #a0a0a0;
}

#fpswiper01 .swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: 0.99;
}

#fpswiper01>.swiper-pagination-bullets {
    bottom: 20px;
}

#productc {
    margin: 80px auto 0 auto;
}

.btitle {
    margin: 0 auto;
    text-align: center;
    font-weight: normal;
    color: #303030;
}

.ltitle {
    text-align: center;
    font-weight: normal;
    color: #999999;
    margin: 8px auto;
}

.ltitle:after {
    content: "";
    display: block;
    width: 50px;
    margin: 12px auto 0px auto;
    border-bottom: 2px solid #0562be;
}

.prod-nav {
    width: 1160px;
    margin: 0 auto;
    height: auto;
    padding: 35px 0 10px 0;
    border-bottom: 1px solid #a0a0a0;
}

.prod-nav .menu {
    text-align: center;
}

.prod-nav .menu li {
    float: left;
    width: 112px;
    padding: 8px 0;
    margin: 0;
    font-size: 13px;
    color: #999999;
}

.prod-nav .menu li a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    width: 100%;
    height: auto;
    line-height: 100%;
    text-align: center;
    border-right: 2px solid #e0e0e0;
}

.prod-nav .menu li:hover {
    color: #ffffff;
    background: #0562be;
}

.prod-nav .menu li:last-child a,
.prod-nav .menu li:hover a {
    border-right: 0;
}

.prod-nav .t-btn {
    margin-top: 8px;
    color: #0562be
}

#prodlb {
    padding: 0 60px;
    width: 1280px;
    margin: 0 auto;
    position: relative;
}
#prodlb .mySwiper{
    overflow: hidden;
}

#fpswiper02 {
    width: 100%;
    box-shadow: 0 0 25px #f0f0f0;
    background: #f3f3f3;
}

#fpswiper02 .swiper-slide .banner-pic {
    height: auto;
    width: 260px;
}

#fpswiper02 .swiper-slide .banner-pic img {
    width: 260px;
    height: 240px;
}

#fpswiper02 .swiper-slide .banner-pic .prod-tit {
    padding: 26px 12px;
    margin-top: -3px;
    background: #ffffff;
}

#fpswiper02 .swiper-slide .banner-pic .prod-tit .txt {
    font-weight: normal;
    font-size: 12px;
    line-heihgt: 100%;
}

#fpswiper02 .swiper-slide .banner-pic a {
    border-bottom: 2px solid transparent;
    display: inline-block;
    width: 100%;
    height: 100%;
}

#fpswiper02 .swiper-slide .banner-pic .prod-tit .arrow {
    color: #a0a0a0;
    font-size: 22px;
    line-height: 90%;
    transiton: all 0.2s;
}

#fpswiper02 .swiper-slide .banner-pic:hover a {
    border-bottom: 2px solid #0562be;
}

#fpswiper02 .swiper-slide .banner-pic:hover .prod-tit .arrow {
    color: #0562be;
    font-size: 24px;
    line-height: 80%;
}

#prodlb .swiper-button-next,
#prodlb .swiper-button-prev {
    color: #d0d0d0;
    font-weight: normal;
}

#prodlb .swiper-button-next:hover,
#prodlb .swiper-button-prev:hover {
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

#prodlb .swiper-button-next:after,
#prodlb .swiper-button-prev:after {
    font-weight: normal;
    font-size: 50px;
}

#prodlb .swiper-button-prev {
    left: 6px;
}

#prodlb .swiper-button-next {
    right: 6px;
}

#iabout {
    margin: 50px auto 1px auto;
    position: relative;
}

.ia-title {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
}

.ia-title>h1 {
    text-align: center;
    font-weight: normal;
    margin-top: 65px;
    margin-bottom: 10px;
    display: inline-block;
}

.ia-title .l-ti {
    margin: 0;
    line-height: 100%;
    text-algin: center;
    font-weight: normal;
}

.ia-title .line-bottom {
    border-bottom: 2px solid #ffffff;
    margin-top: auto;
    line-height: 60%;
}

.ia-contant {
    width: 1280px;
    margin: 45px auto 1px auto;
    text-align: center;
}

.ia-contant .pic-bg {
    background: #ffffff;
    width: 545px;
    height: 368px;
    position: relative;
    margin-top: 20px;
}

.ia-contant .pic-bg img {
    position: absolute;
    top: -20px;
    right: -20px;
}

.ia-contant .intro {
    margin-left: 1px;
    text-align: left;
    width: 47%;
    max-width: 601px;
}

.ia-contant .intro .title {
    font-size: 48px;
    color: #bbd4e8;
    margin: 0;
    padding: 0;
    line-height: 100%;
    font-weight: bold;
    position: relative;
}

.ia-contant .intro .litter {
    font-size: 20px;
    color: #ffffff;
    display: block;
    margin: 18px auto 25px 0;
    font-weight: normal;
    line-height: 20%;
}

.ia-contant .intro .litter .line-bottom {
    font-size: 19px;
    margin: -5px auto 0 0;
    border-bottom: 2px solid #ffffff;
    line-height: 100%;
}

.ia-contant .intro .txt {
    font-size: 15px;
    color: #ffffff;
    text-indent: 2em;
    line-height: 170%;
}

.ia-contant .intro .ia-contant-txt {
    position: relative;
    padding: 0;
    margin: 0px;
    width: 100%;
    height: auto;
}


.ibtn {
    width: 150px;
    height: 38px;
    font-size: 12px;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 7px;
    margin: 38px auto 0 0;
    overflow: hidden;
    position: absolute;
    bottom: 12%;
}

.ibtn a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 120%;
    padding: 10px 0;
    margin: 0;
}

#inews {}

.inw-title {
    text-align: center;
    position: relative;
}

.inw-title h1,
.inw-title h3 {
    font-weight: normal;
    margin: 0;
}

.inw-title h1 {
    margin: 80px 0 0 0;
}

.inw-title h3 {
    color: #909090;
    margin: 5px 0 -5px 0;
}

.inw-title .line-bottom {
    font-size: 24px;
    border-bottom: 2px solid #0562be;
    line-height: 10%
}

.n-list {
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

.n-list .view {
    text-align: center;
    margin-top: 60px;
}

.n-list .view li {
    float: left;
    margin-right: 68px;
}

.n-list .view li:last-child {
    margin: 0;
}

.n-list .view li .v-pic {
    width: 381px;
    height: 236px;
    margin: 0;
    padding: 0;
    border: 1px solid #d5d5d5;
    border-bottom: 0px solid transparent;
    background-color: #f9f9f9 !important;
    background-size: 101% auto !important;
    overflow: hidden;
}

.n-list .view li .ti-int {
    font-size: 12px;
    border: 1px solid #d5d5d5;
    border-top: 0;
    text-align: left;
    padding: 15px 15px 10px 15px;
    position: relative;
    width: 381px;
}

.n-list .view li:hover .v-pic,
.n-list .view li:hover .ti-int {
    border: 1px solid #0A7CED;
}

.n-list .view li:hover .v-pic {
    border-bottom: 0;
}

.n-list .view li:hover .ti-int {
    border-top: 0;
}

.n-list .view li .ti-int .c-ti {
    color: #303030;
    font-size: 14px;
}

.n-list .view li .ti-int .con {
    color: #999999;
    margin: 0;
    padding: 5px 0;
    border-bottom: 1px solid #dbdbdb;
    box-shadow: 0px 1px 1px #f0f0f0;
    width: 100%;
    overflow: hidden;
}

.n-list .view li .ti-int .con {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.n-list .view li .ti-int .time {
    padding: 18px 0 0 0;
    line-height: 100%;
    color: #999999;
}

.n-list .view li .ti-int .time span {
    font-size: 19px;
    line-height: 100%;
    vertical-align: middle;
}

.n-list .view li .ti-int .time span:last-child {
    margin-right: 20px;
    transition: 0.3s;
}

.n-list .view li:hover .ti-int .time span:last-child {
    margin-right: 0px;
    font-size: 23px;
    line-height: 80%;
    color: #0562be;
}

#footer {
    width: 100%;
    max-width: 1920px;
    margin: 140px auto 0 auto;
    position: relative;
}

.footer-tab {
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

.footer-tab td:first-child {
    width: 65%;
    min-width: 350px;
    overflow: hidden;
    padding: 0;
}

.footer-tab td:nth-child(2) {
    width: auto;
    padding: 0 0px 0 50px;
}

.footer-tab .fot-logo {
    margin: 58px 0 0 0
}

.footer-tab .fot-contrant {
    margin: 45px 0 0 0;
    color: #e1e1e1;
}

.footer-tab .fot-contrant li {
    margin: 12px auto 10px 10px;
    font-size: 14px;
}

.reg-ti {
    color: #e1e1e1;
    font-size: 13px;
}

.td-posi {
    width: 100%;
    height: auto;
    text-align: left;
    padding-top: 70px;
    float: right;
    margin-right: 1px;
}

.Remark {
    font-size: 14px;
    color: #e1e1e1;
    width: 1280px;
    margin: 50px auto 1px;
    padding-top: 14px;
}

.Remark span {
    float: right;
}

.footer-nav-menu {
    position: relative;
    margin: 50px 0 0 0;
    padding: 0 15px;
    width: 100%
}

.footer-nav-menu li {
    float: left;
    display: inline-block;
    color: #ffffff;
    margin: 0px 15px 0 0;
    font-size: 14px;
    line-height: 100%;
    width: 130px;
    padding: 0;
    font-weight: normal;
    position: relative;
}

.footer-nav-menu li>a {
    text-decoration: none;
    color: inherit;
    width: 100%;
    padding: 1em 1.5em;
    margin: 0;
    display: block;
    text-align: center;
}

.footer-nav-menu li>a:hover {
    background: #0562be;
}


.footer-nav-menu .submenu2 {
    font-size: 12px;
    width: 100%;
}

.footer-nav-menu .submenu2 li {
    display: inline-block;
    text-align: center;
    width: 100%;
    height: auto;
    font-size: 12px;
    float: none;
    margin: 0;
    position: inherit;
}

.footer-nav-menu .submenu2 li a {
    display: block;
    height: auto;
    padding: 0.8em 0;
    color: #e0e0e0;
}

.footer-nav-menu .submenu2 li a:hover {
    color: #ffffff;
    background: #1582ce;
}

.submenu2 .submore:hover {
    font-weight: bold;
}

#form01 input {
    height: 32px;
    margin: 8px 0;
}

.horizontal-line {
    width: 100%;
    border: 0;
    height: 2px;
    background: #6a7075;
    position: absolute;
    bottom: 73px;
    left: auto;
    right: auto;
}

#goTop {
    position: fixed;
    top: auto;
    left: auto;
    right: 10px;
    bottom: 25%;
    background: #44AAFF;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    padding: 16px 0;
    font-size: 16px;
    vertical-align: middle;
    line-height: 100%;
    color: #ffffff;
    opacity: 0;
    transition: .5s;
}

.goTop_view {
    opacity: 0.89 !important;
}

#goTop a {
    display: block;
    width: 100%;
    height: 100%;
}

/* shares */

a {
    text-decoration: none;
    color: inherit;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cls:after {
    content: "";
    clear: both;
    display: block;
}

.clear {
    clear: both;
    height: 0;
}

.clear5 {
    clear: both;
    height: 5px;
}

.clear10 {
    clear: both;
    height: 10px;
}

.clear20 {
    clear: both;
    height: 20px;
}

.clear50 {
    clear: both;
    height: 50px;
}

.clearf {
    clear: both;
    height: 0px;
    width: 100%;
    position: relative;
}